FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package ca.on.oh.corhealth#0.2.0-beta (110 ms)

Package ca.on.oh.corhealth
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh.corhealth@0.2.0-beta&canonical=https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Repository
Url https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Repository
Status active
Date 2024-09-20
Name CorhealthRepositoryFHIRCapabilityStatement
Title CorHealth FHIR Capability Statement
Experimental False
Realm ca
Description This is the FHIR capability statement for the CorHealth repository server
Purpose Main EHR capability statement, published for contracting and operational support
Copyright Copyright © Ontario Health
Kind capability

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-appointment CorHealth Appointment
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport-procedure CorHealth DiagnosticReport Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport CorHealth DiagnosticReport
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-procedure CorHealth HealthcareService - Site Offlisting Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-service CorHealth HealthcareService - Site Service
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation CorHealth Base Observation
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization CorHealth Organization
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient CorHealth Patient
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner CorHealth Practitioner
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitionerrole CorHealth Practitioner Role
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure CorHealth Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest CorHealth ServiceRequest


Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "corhealth-CapabilityStatement-Repository",
  "url" : "https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Repository",
  "name" : "CorhealthRepositoryFHIRCapabilityStatement",
  "title" : "CorHealth FHIR Capability Statement",
  "status" : "active",
  "date" : "2024-09-20",
  "publisher" : "Ontario Health",
  "contact" : [
    {
      "name" : "Ontario Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description" : "This is the FHIR capability statement for the CorHealth repository server",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CA",
          "display" : "Canada"
        }
      ]
    }
  ],
  "purpose" : "Main EHR capability statement, published for contracting and operational support",
  "copyright" : "Copyright © Ontario Health",
  "kind" : "capability",
  "fhirVersion" : "4.0.1",
  "format" : [
    "json",
    "xml"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "Support the retrieval of cardiac records from the CorHealth registry",
      "resource" : [
        {
          "type" : "Appointment",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-appointment",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new Appointment"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing Appointment"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by appointment identifier"
            }
          ]
        },
        {
          "type" : "DiagnosticReport",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new DiagnosticReport"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing DiagnosticReport"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by diagnostic report identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            }
          ],
          "searchInclude" : [
            "DiagnosticReport:subject",
            "DiagnosticReport:result",
            "DiagnosticReport:basedOn"
          ]
        },
        {
          "type" : "DiagnosticReport",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-diagnosticreport-procedure",
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by diagnostic report identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            }
          ],
          "searchInclude" : [
            "DiagnosticReport:result"
          ],
          "searchRevInclude" : [
            "Procedure:report"
          ]
        },
        {
          "type" : "HealthcareService",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-service",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new HealthcareService"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing HealthcareService"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "service-type",
              "type" : "token",
              "documentation" : "Search by service type provided by a site"
            },
            {
              "name" : "organization",
              "type" : "reference",
              "documentation" : "Search by organization / provided by"
            }
          ],
          "searchInclude" : [
            "HealthcareService:organization"
          ]
        },
        {
          "type" : "HealthcareService",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-procedure",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new HealthcareService"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing HealthcareService"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "service-type",
              "type" : "token",
              "documentation" : "Search by offlisting procedure type provided by a site "
            },
            {
              "name" : "organization",
              "type" : "reference",
              "documentation" : "Search by organization / provided by"
            }
          ],
          "searchInclude" : [
            "HealthcareService:organization"
          ]
        },
        {
          "type" : "Organization",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new Organization"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing Organization"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by organization identifier"
            }
          ],
          "searchRevInclude" : [
            "OrganizationAffiliation:primary-organization",
            "OrganizationAffiliation:participating-organization",
            "PractitionerRole:organization",
            "ServiceRequest:supportingInfo",
            "ServiceRequest:performer"
          ]
        },
        {
          "type" : "OrganizationAffiliation",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organizationaffiliation",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new OrganizationAffiliation"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing OrganizationAffiliation"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "primary-organization",
              "type" : "token",
              "documentation" : "Search by primary organization"
            },
            {
              "name" : "participating-organization",
              "type" : "token",
              "documentation" : "Search by participating organization"
            }
          ],
          "searchInclude" : [
            "OrganizationAffiliation:primary-organization",
            "OrganizationAffiliation:participating-organization"
          ]
        },
        {
          "type" : "Patient",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-patient",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new Patient"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing Patient"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by patient identifier"
            }
          ],
          "searchRevInclude" : [
            "DiagnosticReport:subject",
            "Observation:subject",
            "Procedure:subject",
            "ServiceRequest:subject"
          ]
        },
        {
          "type" : "Practitioner",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitioner",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new Practitioner"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing Practitioner"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by practitioner identifier"
            }
          ],
          "searchRevInclude" : [
            "PractitionerRole:practitioner",
            "Procedure:performer",
            "ServiceRequest:performer",
            "ServiceRequest:requester"
          ]
        },
        {
          "type" : "PractitionerRole",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitionerrole",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new PractitionerRole"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing PractitionerRole"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "practitioner",
              "type" : "token",
              "documentation" : "Search by practitioner role practitioner"
            },
            {
              "name" : "organization",
              "type" : "token",
              "documentation" : "Search by practitioner role organization"
            }
          ],
          "searchInclude" : [
            "PractitionerRole:practitioner",
            "PractitionerRole:organization"
          ]
        },
        {
          "type" : "Procedure",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-procedure",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new Procedure"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing Procedure"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by procedure identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            },
            {
              "name" : "report",
              "type" : "reference",
              "documentation" : "Search by report"
            }
          ],
          "searchInclude" : [
            "Procedure:subject",
            "Procedure:report",
            "Procedure:performer",
            "Procedure:basedOn"
          ]
        },
        {
          "type" : "ServiceRequest",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new ServiceRequest"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing ServiceRequest"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by service request identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            },
            {
              "name" : "supportingInfo",
              "type" : "reference",
              "documentation" : "Search by supporting information (Observation, Organization)"
            }
          ],
          "searchInclude" : [
            "ServiceRequest:performer",
            "ServiceRequest:requester",
            "ServiceRequest:supportingInfo"
          ],
          "searchRevInclude" : [
            "Procedure:basedOn",
            "Appointment:basedOn",
            "DiagnosticReport:basedOn"
          ]
        },
        {
          "type" : "Observation",
          "profile" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation",
          "interaction" : [
            {
              "code" : "create",
              "documentation" : "Create a new Observation"
            },
            {
              "code" : "update",
              "documentation" : "Update an existing Observation"
            },
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "versioned",
          "readHistory" : true,
          "conditionalRead" : "not-supported",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search by observation identifier"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            }
          ],
          "searchInclude" : [
            "Procedure:performer"
          ],
          "searchRevInclude" : [
            "ServiceRequest:supportingInfo",
            "DiagnosticReport:result"
          ]
        }
      ]
    }
  ],
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.